/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
@media (min-width: 1450px) {
  .container2 {
    width: 90%;
  }
}
header {
  overflow: visible !important;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .keyword {
  border: 1px solid gray;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  font-size: 16px;
}
header #keyword {
  width: 110px;
  border: 0px;
}
header .header_menu {
  flex: 1;
  margin-top: 10px;
}
header .header_menu > ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
header .header_menu > ul > li {
  margin-left: 30px;
  position: relative;
}
header .header_menu > ul > li.active > a {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
header .header_menu > ul > li:hover > a {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
header .header_menu > ul > li:hover .lv2 {
  display: block;
}
header .header_menu > ul > li > a {
  display: block;
  font-size: 18px;
  color: #333333;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
header .header_menu > ul > li .lv2 {
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  width: 200px;
  overflow: hidden;
  left: 50%;
  margin-left: -100px;
  top: 30px;
  border-radius: 5px;
  padding-top: 10px;
  display: none;
}
header .header_menu > ul > li .lv2 ul {
  overflow: visible;
}
header .header_menu > ul > li .lv2 ul li {
  float: none;
  margin-bottom: 10px;
}
header .header_menu > ul > li .lv2 ul li a {
  text-align: center;
  color: white;
  display: block;
}
header .header_menu > ul > li .lv2 ul li a:hover {
  color: #e60012;
}

.beizhu {
  background: #f3f5f8 !important;
  color: black !important;
}
.beizhu img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(10);
}
.beizhu a {
  color: black !important;
}

footer {
  background: #f3f5f8;
  padding-top: 60px;
}
footer .erweima {
  display: flex;
  justify-content: space-between;
}
footer .erweima .item {
  text-align: center;
  font-size: 16px;
}
footer .footer_menu {
  margin: 0 auto;
  width: 88%;
  margin-top: 50px;
  padding-bottom: 50px;
}
footer .footer_menu .lf {
  display: flex;
  justify-content: space-between;
}
footer .footer_menu .lf .item {
  line-height: 2;
}
footer .footer_menu .lf .item ul li {
  float: none;
}
footer .footer_menu .lf .item ul li a {
  display: block;
}
footer .footer_menu .lf .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .top_box {
  margin-bottom: 40px;
  text-align: center;
}
footer .top_box .shangbiao {
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .top_box .logo {
  margin-bottom: 20px;
}
footer .top_box .summary {
  font-size: 18px;
}

@media (max-width: 1450px) {
  header .header_menu > ul > li {
    margin-left: 24px;
  }
  header .header_menu > ul > li a {
    font-size: 16px;
  }

  header .logo img {
    max-width: 70%;
  }

  header #keyword {
    font-size: 12px;
  }

  footer .footer_menu {
    width: 100%;
  }

  footer .top_box .summary {
    font-size: 16px;
  }

  footer .top_box .shangbiao {
    max-width: 40%;
  }

  footer .top_box .logo {
    max-width: 80%;
  }

  footer .footer_menu .lf .item .title {
    font-size: 18px;
    margin-bottom: 3px;
  }

  footer .erweima .item img {
    width: 89px;
  }

  footer .erweima .item {
    font-size: 16px;
  }

  header #keyword {
    width: 76px;
  }

  header .btn {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
  }
  header .btn img {
    width: 15px !important;
  }
}
@media (max-width: 768px) {
  footer .top_box .shangbiao {
    max-width: 83%;
  }

  footer .top_box .logo {
    max-width: 89%;
  }

  footer .top_box .summary {
    font-size: 15px;
  }
  footer .top_box .summary p {
    margin-bottom: 5px;
  }

  footer .footer_menu {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  footer .footer_menu .lf .item {
    text-align: center;
    margin: 0 auto;
  }

  footer .erweima {
    margin-top: 10px;
    justify-content: center;
  }

  footer .erweima .item {
    margin: 0 10px;
    font-size: 14px;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
